From: Jim Blandy Date: Thu, 11 Mar 1993 07:02:11 +0000 (+0000) Subject: * bytecomp.el: Declare suspend-hook to be an obsolete variable. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96956 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=be8320a76466e848f7bbb0f7fd40f2f78ef451af;p=emacs.git * bytecomp.el: Declare suspend-hook to be an obsolete variable. --- diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index 7d48fbea291..331d51c779f 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el @@ -2985,6 +2985,7 @@ For example, invoke \"emacs -batch -f batch-byte-compile $emacs/ ~/*.el\"" "use unread-command-events instead. That variable is a list of events to reread, so it now uses nil to mean `no event', instead of -1.") (make-obsolete-variable 'unread-command-event "use unread-command-events; this is now a list of events.") +(make-obsolete-variable 'suspend-hook 'suspend-hooks) (provide 'byte-compile)